cURL
curl --request GET \ --url https://agent-prod.studio.lyzr.ai/v3/tools/{tool_id} \ --header 'x-api-key: <api-key>'
{ "id": "abc123", "name": "Sample Tool", "description": "This is a sample tool description.", "config": {} }
/v3/tools/{tool_id}
x-api-key
tool_id
curl -X GET "https://agent-prod.studio.lyzr.ai/v3/tools/{tool_id}" ^ -H "accept: application/json" ^ -H "x-api-key: sk-default-REDACTED"
The ID of the tool to fetch.
Tool retrieved successfully
The response is of type object.
object